From: incogshift Date: Fri, 3 Oct 2025 23:37:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~26 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f46277ebc29e544e01aef12ab57fac2094a0f773;p=git-annex.git --- diff --git a/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn b/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn index b357fcf5a7..c43d41edda 100644 --- a/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn +++ b/doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn @@ -1,7 +1,8 @@ -I set up annex.largefiles in my global .gitattributes config. But git add doesn't add the defined large files to annex. But git annex works with large files and small as intended. +I set up `annex.largefiles` in my global `.gitattributes` config. But git add doesn't add the defined large files to annex. But git annex works with large files and small as intended. My config is the one below: +``` * annex.largefiles=nothing *.pdf annex.largefiles=anything *.mp4 annex.largefiles=anything @@ -12,3 +13,4 @@ My config is the one below: *.DOC annex.largefiles=anything *.pptx annex.largefiles=anything *.docx annex.largefiles=anything +```